Check that a dtSearch Engine application has been correctly deployed.
C#
public bool CheckConfiguration(
dtSearch::Engine::CheckConfigurationFlags flags,
ref dtSearch::Engine::JobErrorInfo errors
);
Remarks
CheckConfiguration checks for missing components such as the ICU library, CMAP files, alphabet file, stemming rules, etc. Use CheckConfigurationFlags to specify the items to check.
See Also